home *** CD-ROM | disk | FTP | other *** search
/ Plug-In Power Pack for Netscape Communicator / Plug-In Power Pack for Netscape Communicator.iso / plugins / dataviews / dvdraw / examples / testwin / exampletestwin.rc < prev    next >
Encoding:
Text File  |  1997-05-19  |  4.7 KB  |  184 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  44.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  45.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  46.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  47.     "\r\n"
  48.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  49.     "#ifdef _WIN32\r\n"
  50.     "LANGUAGE 9, 1\r\n"
  51.     "#pragma code_page(1252)\r\n"
  52.     "#endif\r\n"
  53.     "#include ""res\\ExampleTestWin.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  54.     "#include ""afxres.rc""         // Standard components\r\n"
  55.     "#endif\0"
  56. END
  57.  
  58. #endif    // APSTUDIO_INVOKED
  59.  
  60.  
  61. #ifndef _MAC
  62. /////////////////////////////////////////////////////////////////////////////
  63. //
  64. // Version
  65. //
  66.  
  67. VS_VERSION_INFO VERSIONINFO
  68.  FILEVERSION 1,0,0,1
  69.  PRODUCTVERSION 1,0,0,1
  70.  FILEFLAGSMASK 0x3fL
  71. #ifdef _DEBUG
  72.  FILEFLAGS 0x1L
  73. #else
  74.  FILEFLAGS 0x0L
  75. #endif
  76.  FILEOS 0x4L
  77.  FILETYPE 0x2L
  78.  FILESUBTYPE 0x0L
  79. BEGIN
  80.     BLOCK "StringFileInfo"
  81.     BEGIN
  82.         BLOCK "040904B0"
  83.         BEGIN
  84.             VALUE "CompanyName", "\0"
  85.             VALUE "FileDescription", "ExampleTestWin DLL\0"
  86.             VALUE "FileVersion", "1, 0, 0, 1\0"
  87.             VALUE "InternalName", "ExampleTestWin\0"
  88.             VALUE "LegalCopyright", "Copyright (C) 1997\0"
  89.             VALUE "LegalTrademarks", "\0"
  90.             VALUE "OriginalFilename", "ExampleTestWin.DLL\0"
  91.             VALUE "ProductName", "ExampleTestWin Dynamic Link Library\0"
  92.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  93.         END
  94.     END
  95.     BLOCK "VarFileInfo"
  96.     BEGIN
  97.         VALUE "Translation", 0x409, 1200
  98.     END
  99. END
  100.  
  101. #endif    // !_MAC
  102.  
  103.  
  104. /////////////////////////////////////////////////////////////////////////////
  105. //
  106. // Dialog
  107. //
  108.  
  109. IDD_DIALOG1 DIALOG DISCARDABLE  0, 0, 449, 324
  110. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  111. CAPTION "Example Test Window DLL"
  112. FONT 8, "MS Sans Serif"
  113. BEGIN
  114.     DEFPUSHBUTTON   "GO",IDGO,17,291,37,16
  115.     PUSHBUTTON      "Quit",IDCANCEL,183,291,37,16
  116.     GROUPBOX        "",IDC_RUNAREA,7,7,435,263
  117.     CONTROL         "Slider1",IDC_SPEED,"msctls_trackbar32",TBS_AUTOTICKS | 
  118.                     TBS_BOTH | WS_TABSTOP,287,288,141,19
  119.     PUSHBUTTON      "Stop",IDSTOP,73,291,37,16
  120.     GROUPBOX        "",IDC_STATIC,7,277,435,40
  121.     RTEXT           "Update Rate",IDC_STATIC,234,299,48,8
  122.     PUSHBUTTON      "Pause",IDPAUSE,127,291,37,16
  123. END
  124.  
  125. IDD_TESTWINDOW DIALOG DISCARDABLE  0, 0, 186, 94
  126. STYLE DS_MODALFRAME | WS_CHILD
  127. FONT 8, "MS Sans Serif"
  128. BEGIN
  129. END
  130.  
  131.  
  132. /////////////////////////////////////////////////////////////////////////////
  133. //
  134. // DESIGNINFO
  135. //
  136.  
  137. #ifdef APSTUDIO_INVOKED
  138. GUIDELINES DESIGNINFO DISCARDABLE 
  139. BEGIN
  140.     IDD_DIALOG1, DIALOG
  141.     BEGIN
  142.         LEFTMARGIN, 7
  143.         RIGHTMARGIN, 442
  144.         TOPMARGIN, 7
  145.         BOTTOMMARGIN, 317
  146.     END
  147.  
  148.     IDD_TESTWINDOW, DIALOG
  149.     BEGIN
  150.         LEFTMARGIN, 7
  151.         RIGHTMARGIN, 179
  152.         TOPMARGIN, 7
  153.         BOTTOMMARGIN, 87
  154.     END
  155. END
  156. #endif    // APSTUDIO_INVOKED
  157.  
  158. #endif    // English (U.S.) resources
  159. /////////////////////////////////////////////////////////////////////////////
  160.  
  161.  
  162.  
  163. #ifndef APSTUDIO_INVOKED
  164. /////////////////////////////////////////////////////////////////////////////
  165. //
  166. // Generated from the TEXTINCLUDE 3 resource.
  167. //
  168. #define _AFX_NO_SPLITTER_RESOURCES
  169. #define _AFX_NO_OLE_RESOURCES
  170. #define _AFX_NO_TRACKER_RESOURCES
  171. #define _AFX_NO_PROPERTY_RESOURCES
  172.  
  173. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  174. #ifdef _WIN32
  175. LANGUAGE 9, 1
  176. #pragma code_page(1252)
  177. #endif
  178. #include "res\ExampleTestWin.rc2"  // non-Microsoft Visual C++ edited resources
  179. #include "afxres.rc"         // Standard components
  180. #endif
  181. /////////////////////////////////////////////////////////////////////////////
  182. #endif    // not APSTUDIO_INVOKED
  183.  
  184.